home *** CD-ROM | disk | FTP | other *** search
/ Almathera Ten Pack 2: CDPD 1 / Almathera Ten on Ten - Disc 2: CDPD 1.iso / pd / 026-050 / 042 / amiga doc < prev    next >
Text File  |  1995-03-13  |  18KB  |  443 lines

  1.  
  2.                         Amiga MicroGNUmacs Notes
  3.                         ------------------------
  4.  
  5.    This file purports to document the Amiga-specific features of
  6. MicroGNUmacs. Except where otherwise noted, "MicroEmacs", "Emacs", "MG",
  7. "MicroGNU", and "MicroGNUmacs" all refer to the Amiga version of the
  8. GNU-compatible MicroEmacs text editor. MicroEmacs was created by Dave
  9. Conroy. This version has been GNUified by Mike Meyer, and the
  10. Intuition terminal driver enhanced and (hopefully) improved by Mic
  11. Kaczmarczik.
  12.  
  13.    It is assumed that you already know about the point and the mark,
  14. buffers, windows, extended commands, and the various areas on the
  15. screen that all versions of MicroEmacs maintain. If you don't, see the
  16. MicroEmacs documentation (what there is of it) for more information.
  17.  
  18.                               OPTIONS
  19.                               -------
  20.  
  21.    (This section is for people who have their own C compiler. If you
  22. don't have a C compiler, you will hopefully have a version that has
  23. *everything* compiled into it...)
  24.  
  25.    There are a bewildering variety of extra goodies available as
  26. compile-time options when you construct an Amiga MicroEmacs. If you
  27. select none of them, you save on disk space, but lose out on some
  28. features and versatility.
  29.  
  30.    The Makefile provides documentation on these options and what to do
  31. to make them work, but here is a quick overview:
  32.  
  33.    STARTUP -- You can configure MicroEmacs so that it will look for a
  34. startup file in either the current directory or the AmigaDOS s:
  35. (startup) directory. An example startup file is included in the
  36. distribution, and also see the STARTUP section below.
  37.  
  38.    MENU -- If this option is used, MicroEmacs puts an Intuition menu
  39. bar with major editing commands at the top of the screen, just like a
  40. "real" Amiga program. (See the section on the MENU for more info).
  41.  
  42.    BROWSER -- This has got to be seen to be appreciated. The Browser
  43. program turns the menu bar into a way to select files on a disk. First
  44. you select a disk, then a directory on the disk, then a file or
  45. subdirectory on the disk, and so on, all in the menu.
  46.  
  47.    MOUSE -- This option turns on the Amiga Hot Mouse (and it's all due
  48. to Mike Meyer!). You can click on a character and move point to that
  49. spot, and that's just the beginning. (See the MOUSE section for more.)
  50.  
  51.    XKEYS -- This option turns on support for all the extra Amiga
  52. function keys. This enables the HELP key, which runs the function
  53. "describe-key-briefly". Arrow keys work -- shift-arrow keys apply to
  54. words and paragraphs. (See the KEYBOARD section.)
  55.  
  56.    DO_METAKEY -- Characters with the high bit set (i.e. codes > 0x80)
  57. are transformed into 'META' characters. If you're using 1.2, you will
  58. need to issue the command setmap usa0 to get the same console keymap
  59. as the one used by 1.1. If you don't have the usa0 keymap, this option
  60. may or may not be too helpful. If you *do* have DO_METAKEY set, you
  61. can still use the CTRL-Q command to insert ALT-ed characters.
  62.  
  63.    CHANGE_FONT -- This allows you to set the font used by the Amiga
  64. console device driver when it draws characters in the Emacs window.
  65. For instance, this lets you use a slightly taller font for editing
  66. when using interlace mode under 1.2.  MG cannot handle proportionally
  67. spaced fonts, but will allow you to use them (with rather confusing
  68. results) if you really want to.
  69.  
  70.    MODE_RENDITION, {TEXT,MODE}_{FG,BG} -- These are #defines that
  71. determine the default rendition of the mode line and the foreground
  72. and background colors of the text. See the COLOR section for more
  73. info.
  74.  
  75.    CHANGE_COLOR -- If you want to be able to mess around with the
  76. foreground and background colors of the text window, this option
  77. allows you to do that. You can also specify the way the status line is
  78. rendered (plain, boldface, italics, or reverse video).
  79.  
  80.                               THE MOUSE
  81.                               ---------
  82.  
  83. (This section originated from Mike Meyer, the inventor of the Hot
  84. Mouse. It has been edited to be consistent with the current state of
  85. the Hot Mouse.)
  86.  
  87.    The Amiga Mouse in hot mode can invoke no less than 24 different
  88. functions!!!  They are treated as keys by the rest of MicroEmacs, even
  89. though you click the mouse and hold down qualifier keys to get them.
  90.  
  91.    Mouse keys come in three groups of eight, the groups being Mouse
  92. keys, Mode-Mouse keys, and Echo-Mouse keys. Inside each group, which
  93. of the eight keys you get is determined by the combination of Shift,
  94. CTRL and ALT keys you are holding down when the mouse button is
  95. pressed. So yes, there really is a C-M-Shift-Mode-Mouse button*.
  96. Note that the Meta (M-) prefix *MUST* be the ALT key. Prefixing it
  97. with ESC will *not* work.  Sorry, life's a beach.
  98.  
  99. [* Technical note *]
  100.  
  101.    Sadly, in order to keep the basic MicroEmacs editor code the same
  102. for all systems (it runs on everything from DEC-20's to CP/M
  103. machines), the Mouse keys do not have names like C-M-Shift-Mode-Mouse.
  104. They end up having names like ESC C-a when you use the
  105. describe-key-briefly command. This may be changed in a later version.
  106.  
  107. [* Practical note *]
  108.    Because of the above restriction (I'm working on it, I'm working on
  109. it!) you sometimes get burned when you absent-mindedly click the mouse
  110. during a dialogue (e.g. I-search or switch-buffer). I have not found a
  111. good way to avoid this problem and preserve the main editor, so I'm
  112. leaving this unresolved until the next round of improvements.
  113.  
  114.    Mouse keys are generally bound to functions that affect the text in
  115. the selected buffer. If the Intuition mouse pointer is located inside
  116. an Emacs text window (i.e. an area where text is being edited), then a
  117. Mouse key is sent to the editor when you click the mouse. The buffer
  118. associated wth the window the pointer is in is made current, the point
  119. is set as close as possible to the pointer (the character under the
  120. pointer, if possible), then the command bound to that mouse button is
  121. executed.
  122.  
  123.    If the mouse pointer is in the mode line - the line that is in a
  124. different typeface (usually backlit, maybe black instead of white) --
  125. when the mouse button is clicked, a Mode-Mouse key is sent to the
  126. editor. The buffer that the selected status line is associated with is
  127. made the current buffer, the point is set to the value of point for
  128. that window, then whatever command is bound to that button is
  129. executed. Most of the Mode-Mouse keys invoke functions that act on the
  130. entire window or buffer.
  131.  
  132.    Clicking the mouse button when the mouse pointer is in the echo
  133. line - the line at the bottom of the screen where prompts and message
  134. appear - results in an Echo-Mouse key. Whatever command is bound to
  135. that button will be executed.  Since the echo line is not part of
  136. a buffer or a window, all the functions bound to Echo-Mouse keys
  137. affect the state of the editor as a whole.
  138.    
  139.    The default bindings for the hot mouse (as distributed) are:
  140.  
  141.  Qualifiers  |            Area clicked
  142.              |
  143. C  A  Shift  |    Text window        Mode line    Echo line
  144. -------------+---------------------------------------------------------
  145.          |    dot to mouse        forward page    switch to other buffer 
  146.       X         |    recenter        backward page    kill buffer
  147.    X         |    delete word        split window    describe key
  148.    X  X         |    kill line        delete window    describe bindings
  149. X         |    delete char        goto bob    suspend emacs
  150. X     X         |    delete whitespace    goto eob    quit
  151. X  X         |    kill region        enlarge window    list buffers
  152. X  X  X         |    yank            shrink window    toggle Intuition window
  153.  
  154.    To help keep straight what the various keys do, notice that the
  155. Status and Echo groups come in pairs; the shifted version of a key is
  156. in some sense the opposite of the unshifted version. There is no
  157. opposite for display buffers, so that key is bound to
  158. toggle-window-hack, which toggles Emacs' Intuition window between
  159. bordered and borderless.
  160.  
  161.    Like any Emacs key, you are perfectly free to rebind the 24 mouse
  162. buttons to do whatever you wish, although currently you can't rebind
  163. them in a startup file.
  164.  
  165.                THE KEYBOARD
  166.                ------------
  167.  
  168.    There is a shortcut for many of the Meta commands (usually
  169. indicated by the ESC character): hold down the ALT key at the same
  170. time you type what usually comes after the ESC.
  171.  
  172.    (Historically, this is why keys that are typed with ESC in front of
  173. them are called META keys; on the terminals at MIT where Emacs was
  174. originally written, there was a META key on the keyboard that did what
  175. the ALT key does. However, not many terminals outside of MIT have the
  176. META key at all, so the ESC key was nominated as a way to tell the
  177. system that the next character should be converted into a META key
  178. before it is interpreted.)
  179.  
  180.    If you are running under the 1.2 Workbench, you may need to issue
  181. the command "setmap usa0" to make things work right (the default
  182. console keymap changed between 1.1 and 1.2).
  183.  
  184.    MicroEmacs also recognizes all the standard Amiga function keys.
  185. For quick help on a key, type the HELP key and then the key you want
  186. help on. The following commands are bound to the Amiga function keys:
  187.  
  188.     Key            Function
  189.     ----------------------------------
  190.     Help            describe-key-briefly
  191.  
  192.     Left            backward-char
  193.     Shift-Left        backward-word
  194.     Right            forward-char
  195.     Shift-Right        forward-word
  196.  
  197.     Up            previous-line
  198.     Shift-Up        backward-paragraph
  199.  
  200.     Down            next-line
  201.     Shift-Down        forward-paragraph
  202.  
  203.     F1            find-file
  204.     Shift-F1        find-file-other-window
  205.     F2            save-buffer
  206.     Shift-F2        write-file
  207.     F3            scroll-up (page down)
  208.     Shift-F3        scroll-down (page up)
  209.     F4            next-window
  210.     Shift-F4        previous-window
  211.     F5            enlarge-window
  212.     Shift-F5        shrink-window
  213.     F6            fill-paragraph
  214.     Shift-F6        query-replace
  215.     F7            split-window-vertically
  216.     Shift-F7        delete-other-windows
  217.     F8            global-set-key
  218.     Shift-F8        global-unset-key
  219.     F9            start-kbd-macro
  220.     Shift-F9        end-kbd-macro
  221.     F10            call-last-kbd-macro
  222.     Shift-F10        save-buffers-kill-emacs
  223.  
  224.                  THE MENU
  225.                  --------
  226.    If the menu option is compiled into the program, you can also use
  227. the Intuition menu, just like a "real" Amiga program. The menu names
  228. are relatively self-explanitory, as are the names inside each menu. If
  229. you want to learn what the command key is for a menu function, type
  230. "<ESC>-x describe-bindings<RET>" and page through till you find a
  231. function with a similar name. A future release of the Amiga driver
  232. will probably allow you to directly find out what command keys are
  233. bound to a particular function, but you'll just have to bear with us
  234. for a while.
  235.  
  236.                 THE BROWSER
  237.                 -----------
  238.  
  239.    The Browser is the next best (or even better, for some purposes)
  240. thing to a file requester. In essence, it puts the directory tree up
  241. in the menu bar, where you can visit files simply by selecting their
  242. names from the menu bar. Try it, you'll like it.  If the MENU option
  243. is also compiled in, the editing menus are all submenus of the first,
  244. "Edit" menu, and the Browser uses the rest of the menu bar.
  245.  
  246.                WINDOW OPTIONS 
  247.                --------------
  248.  
  249.    As a service to those of us who want a full-size, 80-column editing
  250. window, Amiga MicroEmacs allows you to make its window borderless. If
  251. you like, you can take over the full Workbench screen (48 rows, 80
  252. columns in interlace mode under 1.2). Borderless windows can be
  253. "visually confusing", to say the least, so it's probably best to
  254. either to 1) take over the whole screen or 2) put the Emacs window at
  255. the bottom of the screen.
  256.  
  257.    When Amiga MicroEmacs starts up, its initial window is borderless,
  258. and 640x200 pixels in dimension. To change to a resizeable window,
  259. issue the command "M-x toggle-window-hack" or select the "Toggle
  260. Window" item from the menu (if it is compiled into the program).
  261. MicroEmacs will create a new, resizeable, bordered window, which you
  262. can then set to whatever size you wish using the sizing gadget in the
  263. bottom left corner of the window.
  264.  
  265.    To go back to a borderless window, issue the "Toggle Window"
  266. command again. MicroEmacs will remember the current size of the
  267. resizeable window, and create a borderless window with the same
  268. dimensions and position. Since under Workbench 1.2 you can use a
  269. 640x400 window, this lets you take up the *entire screen* -- 48 rows
  270. by 80 columns!
  271.  
  272.  
  273.                CHANGING THE WINDOW'S FONT
  274.                --------------------------
  275.  
  276.    There may be times when you'd like to use another font on the screen,
  277. either to make the text easier to read, or for some special effect, like
  278. editing something on a TV projection system.  MG lets you change the
  279. font that is used to draw characters in the window, using the command
  280. M-x set-font.
  281.  
  282.    You can use the universal argument to set the desired text font size,
  283. for example saying C-u 12 M-x set-font, then typing "opal" when it
  284. prompts you for the name of the font.  If you give an argument that is
  285. <= 0, MG resets the window's font to the system default (set by
  286. Preferences).  If you don't give an argument, MG prompts you for the
  287. desired font size.
  288.  
  289.    Changing the window's font to one that is designed to be
  290. proportionally spaced does not work very well, because Emacs expects the
  291. all characters on the screen to be the same width, which is of course
  292. not the case with proportional fonts.  MG lets you use proportional
  293. fonts, but it asks you to make sure first. 
  294.  
  295.  
  296.                 TEXT RENDITION
  297.                 --------------
  298.  
  299.    If you really want to, you can change the "soft style" the console
  300. device uses to draw characters in the text area and the mode line.
  301. The possible values for these styles are:
  302.  
  303.     0    plain
  304.     1    boldface
  305.     3    italic
  306.     4    underline
  307.     7    inverse
  308.  
  309.    About the only useful values are the ones for plain, boldface or
  310. italics. The default value for text is 0 (plain, of course), while the
  311. default for the mode line is 7 (inverse video). These can be changed
  312. by the appropriate #definitions of MODE_RENDITION and TEXT_RENDITION.
  313.  
  314.    The commands to change the rendition values are:
  315.  
  316.     set-text-rendition
  317.         Set text area rendition
  318.     set-mode-rendition
  319.         Set mode line rendition (this is by far the more useful)
  320.  
  321.                 COLOR
  322.                 -----
  323.  
  324.    You can set the colors the console device uses to draw the text you
  325. are editing. (This does not mean that you can specify *any* color;
  326. your choices are limited to the colors being used by Intuition to
  327. maintain the Workbench screen.) The commands that control this
  328. behavior are:
  329.  
  330.     set-text-foreground
  331.         Sets the color used to draw the characters you
  332.         see in the text area (distinct from the mode
  333.         line area for each window).  Accepts a number from
  334.         0 to 7.  The value initially used is 1.  You can
  335.         get a reverse video screen by selecting 0 for this
  336.         value and 1 for the background color
  337.  
  338.     set-text-background
  339.         Sets the color used the draw the background behind
  340.         characters in the text area.  Accepts the same values
  341.         as set-text-foreground-color.  The initial value
  342.         is 0.
  343.  
  344.     set-mode-foreground
  345.         Sets the foreground color used by the mode line.  If you
  346.         set this to 0 and the background color to 1, you can get
  347.         a reverse video mode line even when you select italics for
  348.         the mode line rendition (see RENDITION)
  349.  
  350.     set-mode-background
  351.         Sets the background color for the mode line.  You should
  352.         get the idea by now.
  353.         
  354.  
  355.                THE STARTUP FILE
  356.                ----------------
  357.  
  358.    If the STARTUP option has been compiled into your editor, you can
  359. use a file of startup commands that rebind (most of the) keys and
  360. otherwise set up the editor as you see fit.
  361.  
  362.    The startup file must have the name ".mg", and can either be
  363. located in the current directory, or the "s:" system startup
  364. directory. If the file is there, MicroEmacs opens the file and
  365. attempts to interpret the commands therein.
  366.  
  367.    The basic idea is that you are issuing M-X commands; the first line
  368. in the example startup file below would be interpreted as "M-x
  369. bsmap-mode". Spaces are necessary to separate the parts of the
  370. command, but the quotation marks are there mainly for effect. If you
  371. happen to use GNU Emacs on a larger system, the startup file routines
  372. can also read your ".emacs" file, as long as the functions you call in
  373. the ".emacs" file are available in MicroGNUEmacs.
  374.  
  375. The escape conventions for startup files are:
  376.  
  377.     \^    next character is a control character
  378.     \e    next character is an escape (meta) character
  379.     \n    newline
  380.     \t    tab
  381.     \r    carriage return
  382.     \\    backslash character
  383.  
  384.     A '\' followed by anything else means "quote this character
  385.     as-is".
  386.  
  387.    Here, then, is the example startup file:
  388.  
  389. ---------------------------------CUT HERE---------------------------------
  390. bsmap-mode
  391. auto-fill-mode
  392. global-set-key "\^l" redraw-display
  393. global-set-key "\e\^h" forward-kill-word
  394. global-set-key "\^h" delete-char
  395. global-set-key "\^x\^v" find-file
  396. global-set-key "\eg" goto-line
  397. set-mode-rendition 3
  398. set-mode-foreground 0
  399. set-mode-background 1
  400. ---------------------------------CUT HERE-------------------------------------
  401.  
  402.                 FUNCTION LIST
  403.                 -------------
  404.  
  405.    For completeness, here is a list of all Amiga MicroEmacs functions
  406. that are specific to the Amiga. See the file "functions" for the others.
  407.  
  408. amiga-menu
  409.     The entry point for using Emacs's Intuition menu.  This function
  410.     figures out which menu selection was used, then calls the
  411.     appropriate function by name (not hard-coded key value)
  412. amiga-mouse
  413.     Set dot to where the mouse is pointing.  Two clicks in the same
  414.     spot set the mark too.
  415. mouse-*
  416.     Functions that first either 1) move point to where the mouse
  417.     points to or 2) select the buffer associated with the mode line
  418.     the mouse clicked in, then call the function indicated by the
  419.     rest of the name.  These functions are all "bound" to mouse
  420.     clicks, because the input machinery converts them into internal
  421.     Emacs "keys".
  422. set-font
  423.     Set the font used to draw characters inside the Emacs window.
  424.     A positive argument is used for the size of the font, while
  425.     a nonpositive argument requests that the font be set to the
  426.     system default font.  Menu items are not affected by this command.
  427. set-mode-rendition
  428. set-text-rendition
  429.     Set the way your text (or the mode line) is rendered.  Choose
  430.     from 0 (plain), 1 (bold), 3 (italic), 4 (underline), or
  431.     7 (reverse video). 0, 1, and 3 are about the only really useful
  432.     ones for text; 7 is the default for the mode line.
  433. set-text-foreground
  434. set-text-background
  435. set-mode-foreground
  436. set-mode-background
  437.     Set the system color used to draw the characters in the text area
  438.     and mode line.  Accepts a value between 0 and 7; the default for
  439.     the background is 0, the default for the text is 1.
  440. toggle-window-hack
  441.     Switch your window between resizable and borderless. Lets you
  442.     take over the whole screen (80 columns! 48 lines in interlace!)
  443.